home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2003-12-04  |  896 b   |  30 lines

  1. FeaturedMenu = "Featuredstarted";
  2. trace(FeaturedMenu);
  3. set("/creditsconsole:month",month);
  4. set("/categoryconsole/1:SectionTITLE",cat1name);
  5. set("/categoryconsole/2:SectionTITLE",cat2name);
  6. set("/categoryconsole/3:SectionTITLE",cat3name);
  7. set("/categoryconsole/4:SectionTITLE",cat4name);
  8. set("/categoryconsole/5:SectionTITLE",cat5name);
  9. set("/categoryconsole/6:SectionTITLE",cat6name);
  10. set("/categoryconsole/7:SectionTITLE",cat7name);
  11. set("/categoryconsole/8:SectionTITLE",cat8name);
  12. set("/categoryconsole/9:SectionTITLE",cat9name);
  13. if(listloaded == "1")
  14. {
  15.    gotoAndPlay(10);
  16.    set("/menu1:loaded","1");
  17.    set("/menu2:loaded","1");
  18.    set("/menu3:loaded","1");
  19.    set("/menu4:loaded","1");
  20.    set("/menu5:loaded","1");
  21.    set("/menu6:loaded","1");
  22.    set("/menu7:loaded","1");
  23.    set("/menu8:loaded","1");
  24.    set("/menu9:loaded","1");
  25. }
  26. else
  27. {
  28.    gotoAndPlay(1);
  29. }
  30.